<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
  color: #000;
  background: #fff;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html * {
  outline: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body,
input,
button {
  fnt-family:"PingFang SC","Open Sans",Arial,"Source Han Sans CN",sans-serif;
}
/* å†…å¤–è¾¹è·é€šå¸¸è®©å„ä¸ªæµè§ˆå™¨æ&nbsp;·å¼çš„è¡¨çŽ°ä½ç½®ä¸åŒ */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

/* åŽ»æŽ‰å„ Table  cell çš„è¾¹è·å¹¶è®©å…¶è¾¹é‡åˆ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* åŽ»é™¤é»˜è®¤è¾¹æ¡† */
fieldset,
img {
  border: 0;
}
/* åŽ»æŽ‰ firefox ä¸‹æ­¤å…ƒç´&nbsp;çš„è¾¹æ¡† */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* ä¸€è‡´çš„ del æ&nbsp;·å¼ */
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
/* åŽ»æŽ‰åˆ—è¡¨å‰çš„æ&nbsp;‡è¯†, li ä¼šç»§æ‰¿ */
ol,
ul {
  list-style: none;
}
/* å¯¹é½æ˜¯æŽ’ç‰ˆæœ€é‡è¦çš„å›&nbsp;ç´&nbsp;, åˆ«è®©ä»€ä¹ˆéƒ½å±…ä¸­ */
caption,
th {
  text-align: left;
}
/* æ¥è‡ª yahoo, è®©æ&nbsp;‡é¢˜éƒ½è‡ªå®šä¹‰, é€‚åº”å¤šä¸ªç³»ç»Ÿåº”ç”¨ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
q:before,
q:after {
  content: '';
}
/* ç»Ÿä¸€ä¸Šæ&nbsp;‡å’Œä¸‹æ&nbsp;‡ */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* æ­£å¸¸é“¾æŽ¥ æœªè®¿é—® */
/* é¼&nbsp;æ&nbsp;‡æ‚¬åœ */

/* é»˜è®¤ä¸æ˜¾ç¤ºä¸‹åˆ’çº¿ï¼Œä¿æŒé¡µé¢ç®€æ´ */
ins,
a {
	color: #000000;
  text-decoration: none;
  display: inline-block;
}
a:hover{
	text-decoration: none;
	color: #ff0000;
}
i,
em {
  font-style: normal;
}

/* æ¸…æ¥šæµ®åŠ¨ */
.clearfix { 
  *zoom: 1; 
} 

.clearfix:before, 
.clearfix:after { 
  display: table; 
  line-height: 0; 
  content: ""; 
} 

.clearfix:after { 
  clear: both; 
} 

.clear{ clear:both} 

/* æµ®åŠ¨ */
.fl{
  float:left;
}

.fr{ 
  float:right; 
}

.fl,.fr{ 
  display:inline-block;
}

/* base */
.show{ 
  display: block; 
}

.hide{
  display: none;
}
/*.post-item a img:hover{
	transform: scale(1.05);
}*/
</pre></body></html>